body{
	padding: 0px;
	margin: 0px;
	min-width: 900px;
	background: #f0f0f0 ;
	position: relative;
}

body, a, p, td, ol, ul, li, select, .elqFieldValidation, .textfield {
	font-size:12px;
	font-family:Trebuchet MS, arial, sans-serif;
}

div {
    margin: 0px;
    padding: 0px;
}
table {
    margin: 0px;
    border-collapse: collapse;
    padding: 0px;
}

#container{
	width: 900px;
	margin: 0px auto;
	text-align: center;
	background: #f0f0f0 url(http://images.info3.thermoscientific.com/EloquaImages/clients/ThermoFisherCAD/{a3eae949-4390-474f-930e-ed004567e3c9}_CAD_FormBackground.jpg) repeat-y;
	position: relative;
}

#MainTable{
	width: 850px;
	margin: 0 auto;
	border: none;
	border-collapse: collapse;
	position: relative;
	top: -3px;
	padding: 0;
}


.FormSection{
	width: 295px;
	text-align: left;
	background-color: #f5f8fa;
	min-height: 400px;
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 25px;
}

.CopySection{
	text-align: left;
	min-height: 400px;
	margin: 0;
	padding: 25px 25px 20px;
	vertical-align: top;
	border: none;
}


.Microscope{
background: url(http://images.info3.thermoscientific.com/EloquaImages/clients/ThermoFisherCAD/{7a338322-1c2b-4b09-9cf2-a41598f9a083}_Background_Microscope.png) no-repeat right top;
}

.Periodic{
background: url(http://images.info3.thermoscientific.com/EloquaImages/clients/ThermoFisherCAD/{7f05d4fa-d905-497b-902c-85ecdaa541ae}_Background_Table.png) no-repeat right top;
}

.Fun{
background: url(http://images.info3.thermoscientific.com/EloquaImages/clients/ThermoFisherCAD/{fbd52a5f-9ce1-428c-9b69-68d55048224b}_Background_Fun.png) no-repeat right top;
}

.Concrete{
background: url(http://images.info3.thermoscientific.com/EloquaImages/clients/ThermoFisherCAD/{0fdc05f2-8ce5-471d-9e8c-63960bbb0fa6}_Background_Concrete.png) no-repeat right top;
}



.FormField {
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 12px;
	line-height: 30px;
	display: block;
	clear: both;
	height: 30px;
}

.FormField p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	float: left;
	line-height: 28px;
}

.FormFieldBox{
	background-color: #f0f0f0;
	-moz-box-shadow: 0px 0px 10px #ccc;
-webkit-box-shadow: 0px 0px 10px #ccc;
box-shadow: 0px 0px 10px #ccc;
text-align: left;
border-radius: 10px;
	padding: 5px 15px;
	margin: 20px auto;
}
.FormFieldBox p{
	margin: 0;
	padding: 0;
}
.FormFieldBox .divider{
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 1px;
}

fieldset {
	margin: 0px;
	border-style: none;
	padding: 0;
}

.radios{
	margin: 0;
	padding: 0;
	position: relative;
	float: right;
}

#clickHere {
	margin: 0px;
	padding-bottom: 5px;
}


textarea {
	font: 12px 'Varela Round', sans-serif;
	resize: none;
	padding: 2%;
		border: solid 1px #CCCCCC;
		background: #FFFFFF;
		background: 
			-webkit-gradient(
				linear,
				left top,
				left 25,
				from(#FFFFFF),
				color-stop(7%, #efefef),
				to(#FFFFFF)
			);
		background: 
			-moz-linear-gradient(
				top,
				#FFFFFF,
				#efefef 1px,
				#FFFFFF 50px
				);
		-moz-box-shadow: 0px 0px 8px #f0f0f0;
		-webkit-box-shadow: 0px 0px 8px #f0f0f0;
		box-shadow: 0px 0px 8px #f0f0f0;
		height: 75px;
		margin: 10px 0;
		width: 96%;
	}
textarea:focus {
	background: #e6f0f1;
}

input#notMe {
	text-align: center;
	font-size: 12px;
	width: 175px;
	float: right;
}

input.required:focus, input.notrequired:focus {
	background: #e6f0f1;
}

input.required {
	font: 12px 'Varela Round', sans-serif;
	width: 165px;
	padding: 5px;
		border: solid 1px #CCCCCC;
		background: #FFFFFF;
		background: 
			-webkit-gradient(
				linear,
				left top,
				left 25,
				from(#FFFFFF),
				color-stop(4%, #efefef),
				to(#FFFFFF)
			);
		background: 
			-moz-linear-gradient(
				top,
				#FFFFFF,
				#efefef 1px,
				#FFFFFF 25px
				);
		-moz-box-shadow: 0px 0px 8px #f0f0f0;
		-webkit-box-shadow: 0px 0px 8px #f0f0f0;
		box-shadow: 0px 0px 8px #f0f0f0;
		float: right;
	}
input.required:focus, input.notrequired:focus {
	background: #e6f0f1;
}

input.notrequired {
	font: 12px 'Varela Round', sans-serif;
	width: 165px;
	padding: 5px;
		border: solid 1px #CCCCCC;
		background: #FFFFFF;
		background: 
			-webkit-gradient(
				linear,
				left top,
				left 25,
				from(#FFFFFF),
				color-stop(4%, #efefef),
				to(#FFFFFF)
			);
		background: 
			-moz-linear-gradient(
				top,
				#FFFFFF,
				#efefef 1px,
				#FFFFFF 25px
				);
		-moz-box-shadow: 0px 0px 8px #f0f0f0;
		-webkit-box-shadow: 0px 0px 8px #f0f0f0;
		box-shadow: 0px 0px 8px #f0f0f0;
		float: right;
	}

select {
	width: 175px;
	float: right;
}

#submit{
	background-color: #336699;
	background-image: linear-gradient(bottom, rgb(29,68,107) 0%, rgb(52,105,154) 100%);
	background-image: -o-linear-gradient(bottom, rgb(29,68,107) 0%, rgb(52,105,154) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(29,68,107) 0%, rgb(52,105,154) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(29,68,107) 0%, rgb(52,105,154) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(29,68,107) 0%, rgb(52,105,154) 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, rgb(29,68,107)),
		color-stop(1, rgb(52,105,154))
	);
	width: 100%;
	height: 35px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 10px;
	border: none;
	margin-top: 5px;
	margin-bottom: 10px;
}


.copyright {
	font-size: 10px; 
}



label.error{
	font-size: 11px;
		color: #f00000;
		line-height: 16px;
		display: none;
	}


.asterisk {
	color: #ff0000;
}

#footer {
	background: #003366;
		width: 850px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px auto;
	height: 40px;
}

.FooterLogo{
	float: left;
	margin-left: 75px;
}

#footer p{
text-align:center;
font-size: 10px;
color:#fdfdfd;
line-height: 40px;
margin: 0;
padding: 0;
}

#footer a {
	color:#FDFDFD;
	text-decoration:none;
	font-size: 10px;
}

#footer a:hover {
	text-decoration:underline;
}
